mirror of
https://github.com/TxtDot/dalet.git
synced 2025-03-13 21:34:43 +03:00
feat: add daletl types to rust lib
This commit is contained in:
parent
9d8220f726
commit
8464c71a5a
8 changed files with 125 additions and 1 deletions
6
libs/rust/src/main.rs
Normal file
6
libs/rust/src/main.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
use dalet::{Argument, Body, Tag};
|
||||
|
||||
fn main() {
|
||||
let _ = Tag::new(1, Body::Text("I am Heading".to_string()), Argument::Null);
|
||||
println!("Hello, world!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue