package
0.1.1
Repository: https://github.com/milover/post.git
Documentation: pkg.go.dev

# Functions

DecodeRuneOrDefault tries to decode a rune from a string and returns the decoded rune on success or dflt if the decoding fails.
NewArchive initializes Archive, if it has not been initialized, and marshals the run time config into it.
No description provided by the author
No description provided by the author
No description provided by the author
NewRam initializes RAM, if it has not been initialized, and marshals the run time config into it.
No description provided by the author
OutDir is a function which takes a file path and, if necessary, recursively creates all directories necessary for the path to be valid.
Read reads a dataframe.DataFrame using the specification from the config.
ReadFromFn reads a dataframe.DataFrame from a ReaderFromFn supplied with fn using the specification from the config.
SetExt sets the file name extension of path to ext and returns the new path.
No description provided by the author
Write executes all Writers as defined in the config An error is returned if any of the Writers return an error.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
XXX: but can also have no extension?.

# Variables

Archive is the global in-memory store for archives.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RAM is the global in-memory store for dataframe.DataFrames.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author