You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metadata enum can now be accessed publicly using oasysdb::metadata::Metadata. This allows users to use match statements to extract the data from it.
Added a prelude module that re-exports the most commonly used types and traits. This makes it easier to use the library by importing the prelude module by use oasysdb::prelude::*.