osb 0.3.0

A fast, fully-fledged, scalable and secure implementation of the .osb storyboard file format
Documentation
1
2
3
4
5
6
use osb::Storyboard;

fn main() -> std::io::Result<()> {
    let mut sb = Storyboard::new();
    sb.print()
}