From 7822c00e8689c99ded0a360026f4e7ace1f2c87f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 16 Jul 2024 11:12:26 +0200 Subject: Add support for branching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a bare bones implementation of it, and there's a lot of nuance that it's being missed, but at least the fundamentals have been implemented already. Signed-off-by: Miquel Sabaté Solà --- lib/xixanta/src/mapping.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/xixanta/src/mapping.rs') diff --git a/lib/xixanta/src/mapping.rs b/lib/xixanta/src/mapping.rs index 56acf18..c097fd8 100644 --- a/lib/xixanta/src/mapping.rs +++ b/lib/xixanta/src/mapping.rs @@ -16,7 +16,7 @@ pub struct Segment { pub struct Mapping { pub segments: Vec, pub nodes: HashMap>, - current: String, + pub current: String, } impl Mapping { -- cgit v1.2.3