GitXplorerGitXplorer
M

tensile

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
266117a98f658624b2d33269be78e70b6a09c0f9

(cargo-release) start next development iteration 0.7.1-alpha.0

MMarwes committed 3 years ago
Unverified
9b94a1c85e8881175d9cac4f51a36fb001bec649

(cargo-release) version 0.7.0

MMarwes committed 3 years ago
Unverified
0a51003f844b5ef9fed9501601823d4a493919b8

chore: Update to tokio 1.0

MMarwes committed 3 years ago
Unverified
30d6d318491c700d91db3a96fca6b32eed21c441

(cargo-release) start next development iteration 0.6.4-alpha.0

MMarwes committed 5 years ago
Unverified
359e5df240a883b48c33d751579dd2f9720ee9a2

(cargo-release) version 0.6.3

MMarwes committed 5 years ago
Unverified
d834441c793db76dcc000fd626d929de7b1703c7

fix: Actually batch log writes

MMarwes committed 5 years ago

README

The README file for this repository.

tensile

Build Status Documentation

Small test library for Rust, capable of creating testcases at runtime as opposed to the builtin test framework which defines test cases statically (via the #[test] attribute).

Used to test scripts in the gluon programming language.