mirror of
https://github.com/Drop-OSS/dropbreak.git
synced 2026-07-19 20:43:35 -04:00
Specify a bit on why it works
This commit is contained in:
@@ -53,6 +53,15 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
How it works
|
||||
------------
|
||||
|
||||
Internally the Database holds a Hashmap behind a RwLock.
|
||||
This Hashmap is then written to/read from and safely casted to the requested
|
||||
type. This works thanks to encoding/decoding traits.
|
||||
|
||||
|
||||
|
||||
[doc]:http://neikos.me/rustbreak/rustbreak/index.html
|
||||
[Daybreak]:https://propublica.github.io/daybreak/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user