We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1611f commit 5c96a46Copy full SHA for 5c96a46
LICENSE-MIT
@@ -1,6 +1,7 @@
1
The MIT License (MIT)
2
3
Copyright (c) 2019 Yoshua Wuyts
4
+Copyright (c) 2017 http-rs authors (type_map)
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
of this software and associated documentation files (the "Software"), to deal
src/type_map.rs
@@ -1,3 +1,7 @@
+// Implementation is based on
+// - https://github.com/hyperium/http/blob/master/src/extensions.rs
+// - https://github.com/kardeiz/type-map/blob/master/src/lib.rs
+
use std::any::{Any, TypeId};
use std::collections::HashMap;
use std::fmt;
0 commit comments