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.
attach
1 parent af811a3 commit 79afd59Copy full SHA for 79afd59
src/lib.rs
@@ -53,7 +53,7 @@ pub use self::runtime::Runtime;
53
pub use self::storage::{Storage, StorageHandle};
54
pub use self::update::Update;
55
pub use self::zalsa::IngredientIndex;
56
-pub use crate::attach::with_attached_database;
+pub use crate::attach::{attach, with_attached_database};
57
58
pub mod prelude {
59
pub use crate::{Accumulator, Database, Setter};
0 commit comments