lisette-stdlib 0.1.13

Little language inspired by Rust that compiles to Go
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Generated by Lisette bindgen
// Source: debug/buildinfo (Go stdlib)
// Go: 1.25.5
// Lisette: 0.1.12

import "go:io"
import "go:runtime/debug"

pub fn Read(r: io.ReaderAt) -> Result<Ref<debug.BuildInfo>, error>

pub fn ReadFile(name: string) -> Result<Ref<debug.BuildInfo>, error>

/// Type alias for build info. We cannot move the types here, since
/// runtime/debug would need to import this package, which would make it
/// a much larger dependency.
pub type BuildInfo = debug.BuildInfo